Click or drag to resize

Note Class

This class contains a description text which is usually used for a human readable comment.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.PresenceNote

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class Note

The Note type exposes the following members.

Constructors
  NameDescription
Public methodNote
Initializes a new instance of the Note class.
Public methodNote(String)
Initializes a new instance of the Note class with the specified description.
Public methodNote(String, String)
Initializes a new instance of the Note class with the specified description in the specified language.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets description text.
Public propertyLanguage
Gets or sets language.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also